home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / GCondom7.exe / 0 / RCDATA / TFRDOCOPTFORM / TFRDOCOPTFORM.txt < prev   
Text File  |  2004-10-21  |  2KB  |  94 lines

  1. object frDocOptForm: TfrDocOptForm
  2.   Left = 198
  3.   Top = 111
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Report options'
  7.   ClientHeight = 238
  8.   ClientWidth = 213
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 26
  20.     Top = 210
  21.     Width = 18
  22.     Height = 16
  23.     AutoSize = True
  24.     Picture.Data = {<image000.bmp>}
  25.     Visible = False
  26.   end
  27.   object GroupBox1: TGroupBox
  28.     Left = 4
  29.     Top = 4
  30.     Width = 205
  31.     Height = 145
  32.     Caption = 'Printer'
  33.     TabOrder = 0
  34.     object CB1: TCheckBox
  35.       Left = 8
  36.       Top = 120
  37.       Width = 185
  38.       Height = 17
  39.       HelpContext = 77
  40.       Caption = 'Select when report loaded'
  41.       TabOrder = 1
  42.     end
  43.     object LB1: TListBox
  44.       Left = 8
  45.       Top = 16
  46.       Width = 187
  47.       Height = 97
  48.       ItemHeight = 16
  49.       Style = lbOwnerDrawFixed
  50.       TabOrder = 0
  51.       OnDrawItem = LB1DrawItem
  52.     end
  53.   end
  54.   object GroupBox2: TGroupBox
  55.     Left = 4
  56.     Top = 156
  57.     Width = 205
  58.     Height = 45
  59.     Caption = 'Other'
  60.     TabOrder = 1
  61.     object CB2: TCheckBox
  62.       Left = 8
  63.       Top = 18
  64.       Width = 181
  65.       Height = 17
  66.       HelpContext = 86
  67.       Caption = 'Two-pass report'
  68.       TabOrder = 0
  69.     end
  70.   end
  71.   object Button1: TButton
  72.     Left = 54
  73.     Top = 208
  74.     Width = 75
  75.     Height = 25
  76.     HelpContext = 40
  77.     Caption = 'OK'
  78.     Default = True
  79.     ModalResult = 1
  80.     TabOrder = 2
  81.   end
  82.   object Button2: TButton
  83.     Left = 134
  84.     Top = 208
  85.     Width = 75
  86.     Height = 25
  87.     HelpContext = 50
  88.     Cancel = True
  89.     Caption = 'Cancel'
  90.     ModalResult = 2
  91.     TabOrder = 3
  92.   end
  93. end
  94.